home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Carousel Volume 2 #1
/
carousel.iso
/
mactosh
/
hc
/
schedule.sit
/
Scheduler Help
/
background_2759.txt
< prev
next >
Wrap
Text File
|
1988-02-12
|
3KB
|
139 lines
-- background: 2759 from stack: in
-- bmap block id: 5287
-- flags: 0000
-- background id: 0
-- name:
----- HyperTalk script -----
on openBackground
show menubar
push recent card
end openBackground
-- part 2 (field)
-- low flags: 01
-- high flags: 0004
-- rect: left=10 top=33 right=291 bottom=260
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 2
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name:
-- part 3 (field)
-- low flags: 01
-- high flags: 0004
-- rect: left=269 top=33 right=289 bottom=505
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 2
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name:
-- part 6 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=229 top=296 right=321 bottom=256
-- title width / last selected line: 0
-- icon id / first selected line: 1014 / 1014
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Prev
----- HyperTalk script -----
on mouseUp
visual effect wipe right
go to previous card
end mouseUp
-- part 7 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=271 top=296 right=321 bottom=298
-- title width / last selected line: 0
-- icon id / first selected line: 1013 / 1013
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Next
----- HyperTalk script -----
on mouseUp
visual effect wipe left
go to next card
end mouseUp
-- part 8 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=14 top=302 right=331 bottom=46
-- title width / last selected line: 0
-- icon id / first selected line: 21700 / 21700
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Home
----- HyperTalk script -----
on mouseUp
visual effect iris open
go Home
end mouseUp
-- part 9 (button)
-- low flags: 00
-- high flags: 8000
-- rect: left=407 top=290 right=342 bottom=494
-- title width / last selected line: 0
-- icon id / first selected line: 21060 / 21060
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Table of Contents
----- HyperTalk script -----
on mouseUp
visual effect dissolve
go to card id 2918
end mouseUp
-- part 10 (button)
-- low flags: 00
-- high flags: 8000
-- rect: left=65 top=293 right=340 bottom=120
-- title width / last selected line: 0
-- icon id / first selected line: 18814 / 18814
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Schedule
----- HyperTalk script -----
on mouseUp
go to stack "Scheduler"
end mouseUp